Auto merge of #1126 - akiss77:pr-test_cargo_compile, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 5 Jan 2015 18:37:39 +0000 (18:37 +0000)
committerbors <bors@rust-lang.org>
Mon, 5 Jan 2015 18:37:39 +0000 (18:37 +0000)
commit56e931441ad9cbf949c76c73c90c15f7442ae0c8
treeef7201c6e66cbf43b23dd97649809fec113d3832
parentfc2e15e67aa7d10adc7d61aff1c87134207e926c
parentc8f4ecc4909f94092e3dd8a30ff56740222ec256
Auto merge of #1126 - akiss77:pr-test_cargo_compile, r=alexcrichton

For two tests, the `Cargo.toml`s and the `cfg`s don't match. E.g., the first test expects a successful build on all linux platforms but its `toml` is prepared for Intel linuxes only. The second test is very similar.

Here, the `cfg`s are amended to match the `toml`s.